CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - vc mscomm

搜索资源列表

  1. IcCard

    0下载:
  2. 基于VC++6.0应用MSCOMM控件的串口通信上位机程序,实现与51单片机的通信
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:157976
    • 提供者:徐徐
  1. CTreeCtrl

    0下载:
  2. 援非洲刚果共和国电力监控系统VC实现三(基于MSCOMM控件的采集线程实现)\\援非洲刚果共和国电力监控系统VC实现五
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:68252
    • 提供者:SP521
  1. CommTest0820

    0下载:
  2. vc++基于MScomm控件的串口编程实例。编译已经通过。并可以接收和发送数据,里面有详细源码的解释说明
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:31851
    • 提供者:张芳
  1. MSCommMultiPort

    0下载:
  2. 本代码为MSComm控件在VC的MFC程序中控制多个串口的应用实例。在使用MSComm控件时,1个MSComm控件只能同时对应一个串口。如果应用程序需要访问多个串口,那么必须使用多个MSComm控件。
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:34930
    • 提供者:宋海生
  1. scommtest

    1下载:
  2. 在VC++6.0中用MSComm控件编程,可以实现串口接收数据和发送数据,数据分别显示在接收框和发送框中。 如何建立工程:建立新文件夹,将文档用WINZIP解压后,双击 Scommtest.dsw 即可在VC6.0中打开工程文件。作者主页上有详细编程说明,每一步都列出来了,可以参考。
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:35568
    • 提供者:bdzm
  1. PC与PDA数据交互系统程序代码

    0下载:
  2. 用VC控件MSComm编写串口通信程序的源代码,并写出详细的编程过程,仅供参考-MSComm control VC prepared serial communication program's source code, and write a detailed programming process for reference! !
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:58239
    • 提供者:游侠
  1. 智能安防报警系统程序代码

    0下载:
  2. 用VC控件MSComm编写串口通信程序的源代码,并写出详细的编程过程,仅供参考-MSComm control VC prepared serial communication program's source code, and write a detailed programming process for reference! !
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:139601
    • 提供者:游侠
  1. VC下Mscomm控件的串口通信程序

    2下载:
  2. 可用于两台计算机之间的串口通讯测试,一台电脑上有两个串口也可以。还可以添加虚拟串口进行通信
  3. 所属分类:串口编程

    • 发布日期:2009-04-10
    • 文件大小:38075
    • 提供者:haiwei719
  1. COM

    0下载:
  2. 自己做的实现串口收发的小程序,使用VC的MSCOMM组件完成的。-Implementation of serial transceiver own small program, using the VC' s MSCOMM components completed.
  3. 所属分类:Com Port

    • 发布日期:2017-05-14
    • 文件大小:3486278
    • 提供者:zhao
  1. Jhhb

    0下载:
  2. 串口调试助手的源代码,为了答谢谢朋友们的支持,公开推出我最初用VC控件MSComm编写串口通信程序的源代码,并写出详细的编程过程,姑且叫串口调试助手源程序V1.0或VC串口通讯源程序吧,我相信,如果你用VC编程,那么有了这个代码,就可以轻而易举地完成串口编程任务了。-Serial debug the source code of aides, in order to A I would like to thank the support of friends, I first publicly
  3. 所属分类:SCM

    • 发布日期:2017-05-22
    • 文件大小:3795596
    • 提供者:董剑峰
  1. MSComUseInVC++

    0下载:
  2. Visual C++提供了一种好用的ActiveX控件Microsoft Communications Control(即MSComm)来支持应用程序对串口的访问。本文介绍MSComm在VC++的添加使用实例及给出了mscomm.h头文件主要代码关键部分的注释。-Visual C++ Provides an easy-to-use ActiveX control Microsoft Communications Control (ie MSComm) to support the applica
  3. 所属分类:Com Port

    • 发布日期:2017-03-31
    • 文件大小:229314
    • 提供者:Wuxinmin
  1. RegisterTool

    0下载:
  2. 机器没装VC++时MSComm控件用不了,网上介绍了很多手工注册的方法,我根据这些方法结合自己的实践写成了自动注册的程序,推荐给大家。网上介绍注册Mscomm32.ocx时都是另开了个线程,在我的应用中没有开线程调用windows自带的Regsvr32.exe而是全部用代码实现。-Machines not loaded VC++ Few hours MSComm control, on-line, introduced a lot of manual method of registration
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:776325
    • 提供者:柳闻徽
  1. RegisterTool

    0下载:
  2. 机器没装VC++时MSComm控件用不了,网上介绍了很多手工注册的方法,我根据这些方法结合自己的实践写成了自动注册的程序,推荐给大家。网上介绍注册Mscomm32.ocx时都是另开了个线程,在我的应用中没有开线程调用windows自带的Regsvr32.exe而是全部用代码实现。 -The MSComm will not be used in the computer that no install vc++...
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:777805
    • 提供者:
  1. SCommTest

    0下载:
  2. 串口数据传输,由串口向计算机输入数据,利用vc中的mscomm控件-Serial data transmission, from the serial input data to the computer, using mscomm control in vc
  3. 所属分类:Com Port

    • 发布日期:2017-05-09
    • 文件大小:1927792
    • 提供者:zhengjie
  1. UART

    0下载:
  2. 在众多网友的支持下,串口调试助手从2001年5月21日发布至今,短短一个月,在全国各地累计下载量近5000人次,在近200多个电子邮件中,20多人提供了使用测试意见,更有50多位朋友提出要串口调试助手的源代码,为了答谢谢朋友们的支持,公开推出我最初用VC控件MSComm编写串口通信程序的源代码,并写出详细的编程过程,-UART
  3. 所属分类:File Formats

    • 发布日期:2017-03-30
    • 文件大小:21235
    • 提供者:戴剑波
  1. Khcom

    0下载:
  2. 自己写的用VC控件MSComm编写串口通信程序的源代码,用于调试串口用-Wrote it myself, with the VC control MSComm write serial communication program' s source code for debugging serial port to use
  3. 所属分类:Com Port

    • 发布日期:2017-05-08
    • 文件大小:2028206
    • 提供者:傅昱
  1. 458324

    0下载:
  2. 串口通信VC,基于MSCOMM的,利用visual c++做的-serial communication
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-05-08
    • 文件大小:1987321
    • 提供者:唐昌平
  1. chuankoushoufa

    0下载:
  2. 用VC编写的串口收发,使用MSCOMM控件,能实现基本功能-Written by VC serial transceivers, using MSCOMM control, to achieve the basic functions of
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:34028
    • 提供者:chenyu
  1. chuankoushoufa

    0下载:
  2. 用VC编写的串口收发文件代码,使用MSCOMM控件,能实现基本功能-With the VC send and receive documents written in serial code, the use of MSCOMM control, to achieve the basic functions of
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1915605
    • 提供者:chenyu
  1. VC6Comm

    0下载:
  2. 在VC++6.0中用MSComm控件编程,可以实现串口接收数据和发送数据,数据分别显示在接收框和发送框中。-In VC++6.0 using MSComm control program can be achieved to receive serial data and sending data, the data shown separately in the receiver box and sent box.
  3. 所属分类:Com Port

    • 发布日期:2017-05-14
    • 文件大小:3230294
    • 提供者:谢凯
« 1 2 3 4 5 6 78 9 10 11 »
搜珍网 www.dssz.com